home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / glibmm-2.4 / glibmm / private / interface_p.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-04-20  |  369 b   |  25 lines

  1. // -*- c++ -*-
  2.  
  3. #ifndef _GLIBMM_INTERFACE_P_H
  4. #define _GLIBMM_INTERFACE_P_H
  5.  
  6. #include <glibmm/class.h>
  7.  
  8.  
  9. namespace Glib
  10. {
  11.  
  12. class Interface_Class : public Glib::Class
  13. {
  14. public:
  15.   typedef Interface       CppObjectType;
  16.   typedef GTypeInterface  BaseClassType;
  17.  
  18.   void add_interface(GType instance_type) const;
  19. };
  20.  
  21. } // namespace Glib
  22.  
  23. #endif /* _GLIBMM_INTERFACE_P_H */
  24.  
  25.